Calendar for WinForms | ComponentOne
C1.Framework.Mathematics Namespace / Matrix<T> Class / Explicit Type Conversion Operator
A Matrix indicates the matrix will calculate value of it.

In This Topic
    Explicit Type Conversion Operator (Matrix<T>)
    In This Topic
    Use the explicit convertion to get a value of matrix.
    Syntax
    'Declaration
     
    
    Public Operator Narrowing CType( _
       ByVal value As Matrix(Of T) _
    ) As T
    public T operator explicit( 
       Matrix<T> value
    )

    Parameters

    value
    A Matrix indicates the matrix will calculate value of it.

    Return Value

    A double indicates the value of the speical matrix.
    See Also